ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix<T> Class / Columns Property

In This Topic
    Columns Property (Matrix<T>)
    In This Topic
    Get the vectors from the column direction.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As Vector(Of T)()
    public Vector<T>[] Columns {get;}

    Property Value

    A Vector array indicates the columns of the matrix.
    See Also